# <- this is for comment / total file size must be less than 4KB
setenv bootargs ubi.mtd=ubia,2048 root=/dev/mtdblock7 rootfstype=squashfs ro init=/linuxrc LX_MEM=0x8000000 mma_heap=mma_heap_name0,miu=0,sz=0xA00000 mma_memblock_remove=1 cma=16M mma_heap=mma_heap_fb,miu=0,sz=0x708000 mmap_reserved=fb,miu=0,sz=0x800000,max_start_off=0x6800000,max_end_off=0x7000000 mtdparts=${mtdparts}
setenv bootcmd ' bootlogo; bootmusic;dcache on; loados nand 0x23000000 KERNEL by_header; bootm 0x23000000; dcache on; loados nand 0x23000000 RECOVERY by_header; bootm 0x23000000;
setenv autoestart 0
saveenv
reset
% <- this is end of file symbol
